# Core Environment
NODE_ENV=development
PORT=4000

# Security
JWT_ACCESS_SECRET=development-access-secret-change-me
JWT_REFRESH_SECRET=development-refresh-secret-change-me
API_CONFIG_ENCRYPTION_KEY=d7a3f89e2c6b4a5d8f7e6d5c4b3a2f1e0d9c8b7a6f5e4d3c2b1a0f9e8d7c6b5a

# Database
REPOSITORY_DRIVER=postgres
DATABASE_URL=postgresql://localhost:5432/mindheal
REDIS_URL=

# CORS Security
ALLOWED_ORIGINS=http://localhost:4173,http://127.0.0.1:4173,http://localhost:4000,http://127.0.0.1:4000

SMTP_USER=designerdharm@gmail.com
SMTP_PASS=uxsj xokz cevp ibht

EMAIL_PROVIDER=smtp
SENDGRID_API_KEY=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
SENDGRID_FROM_EMAIL=designerdharm@gmail.com

